home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'MailReg.pas' rev: 3.00
-
- #ifndef MailRegHPP
- #define MailRegHPP
- #include <AHMTDsgMapiMail.hpp>
- #include <AHMTDsgInetMail.hpp>
- #include <AHMTIEmails.hpp>
- #include <AHMTMapiMail.hpp>
- #include <AHMMails.hpp>
- #include <DsgnIntf.hpp>
- #include <Classes.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Mailreg
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TAHMMailConfigEditor;
- class PASCALIMPLEMENTATION TAHMMailConfigEditor : public Dsgnintf::TDefaultEditor
- {
- typedef Dsgnintf::TDefaultEditor inherited;
-
- public:
- virtual void __fastcall ExecuteVerb(int Index);
- virtual System::AnsiString __fastcall GetVerb(int Index);
- virtual int __fastcall GetVerbCount(void);
- virtual void __fastcall Edit(void);
- public:
- /* TComponentEditor.Create */ __fastcall virtual TAHMMailConfigEditor(Classes::TComponent* AComponent
- , Dsgnintf::TFormDesigner* ADesigner) : Dsgnintf::TDefaultEditor(AComponent, ADesigner) { }
-
- public:
- /* TObject.Destroy */ __fastcall virtual ~TAHMMailConfigEditor(void) { }
-
- };
-
- class DELPHICLASS TAHMSendMailProperty;
- class PASCALIMPLEMENTATION TAHMSendMailProperty : public Dsgnintf::TStringProperty
- {
- typedef Dsgnintf::TStringProperty inherited;
-
- public:
- virtual void __fastcall Edit(void);
- virtual System::AnsiString __fastcall GetValue(void);
- virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
- public:
- /* TPropertyEditor.Destroy */ __fastcall virtual ~TAHMSendMailProperty(void) { }
-
- public:
- /* TObject.Create */ __fastcall TAHMSendMailProperty(void) : Dsgnintf::TStringProperty() { }
-
- };
-
- class DELPHICLASS TAHMAboutMailComponent;
- class PASCALIMPLEMENTATION TAHMAboutMailComponent : public Dsgnintf::TPropertyEditor
- {
- typedef Dsgnintf::TPropertyEditor inherited;
-
- public:
- virtual void __fastcall Edit(void);
- virtual System::AnsiString __fastcall GetValue(void);
- virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
- public:
- /* TPropertyEditor.Destroy */ __fastcall virtual ~TAHMAboutMailComponent(void) { }
-
- public:
- /* TObject.Create */ __fastcall TAHMAboutMailComponent(void) : Dsgnintf::TPropertyEditor() { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE void __fastcall Register(void);
-
- } /* namespace Mailreg */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Mailreg;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // MailReg
-